.. _`Datasource to Table`: .. _`org.sysess.sympathy.data.table.dsrctotable`: Datasource to Table ``````````````````` .. image:: dsrc2table.svg :width: 48 Convert a single data source into a table containing that filename. Documentation ::::::::::::: The outgoing :ref:`Table` will consist of a single column with filepaths. The length of the column will be equal to the incoming number of datasources. In the configuration GUI it is possible to select if one wants to convert the paths in the Datasources to absolute filepaths. For an explanation of relative datasource file paths, see :ref:`datasource_node_file`. Definition :::::::::: Input ports ........... **in** datasource Datasource with filepaths Output ports ............ **out** table Table with a single column with a filepath Configuration ............. **Output paths relative to the current top-flow** (relpath) If ticked, output paths will be made relative to the current top-flow. **Output paths relative to the current sub-flow** (subpath) If ticked, output paths will be made relative to the current sub-flow. Related nodes ............. * :ref:`org.sysess.sympathy.data.table.dsrcstotable` * :ref:`org.sysess.sympathy.data.table.tabletodsrcs` Examples ........ * :download:`Datasource2Table.syx ` Implementation .............. .. automodule:: node_datasource_to_table :noindex: .. class:: DsrcToTable :noindex: